Skip to content

Use %APPDATA% for Windows - #3

Open
Stoxis wants to merge 1 commit into
mremond:mainfrom
Stoxis:patch-1
Open

Use %APPDATA% for Windows#3
Stoxis wants to merge 1 commit into
mremond:mainfrom
Stoxis:patch-1

Conversation

@Stoxis

@Stoxis Stoxis commented Jul 24, 2026

Copy link
Copy Markdown

Summary

The plugin currently looks for the reMarkable Desktop application's data in:

%LOCALAPPDATA%\remarkable\desktop\

However, newer versions of the Windows reMarkable Desktop application store their configuration and sync data under:

%APPDATA%\remarkable\desktop\

As a result, the plugin is unable to locate the Desktop application's data on current installations.

Changes

  • Replace LOCALAPPDATA with APPDATA.

Testing

  • Tested and confirmed plugin fails to sync or list folders when using the old location.
  • The plugin no longer fails to sync when using the new location.

Changed to %APPDATA% since that is what the desktop client uses on windows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant